MdbTxn.begin

Creates a new LMDB transaction.

@param env the environment handle @param parent @param flags @throws lmdb_oo.MbdError on failure

class MdbTxn
static
begin
(
MDB_env* env
,
MDB_txn* parent = null
,
const uint flags = default_flags
)

Meta